        -------======= colorer features demo file =======-------
                 press F6 here - if you are viewing it now

"foo \" bar \n\" foo \\\\"  - C/C++ strings. really cool?

   0x123ABC   - C/C++ Hex.                   1234    - Decimal.
   0x123ZABC  - Incorrect Hex.               2.4e+5  - Exponential.
   100101b    - Asm Binary.                  1234Dh  - Asm Hex.

   http://www.uic.nnov.ru/~ruiv/           - My HomePage :)
   ruiv@uic.nnov.ru                        - My EMail.
   2:5666/6666.666                         - Fido Address :)

   5069/10

// standard C/C++ line comments.
*  fortran comments - first position only - try to move it!

/* /*  Nested Comments - easy deed  */
/* foo /* bar /* fooo */ bar */ foo */
/*  really too easy for colorer  */ */

q!foobar! - Perl Strings. q#barfoo# - Not only ! and # - ANY char!

print <<_text_;     - Perl constructions.
@foo $bar
interpolated perl variables
full perl support
_text_

This is an Asm {
@@Hang:
    Cli
    jmp @@Hang
};

And C...{
  if (Parent != &Cache)
    ret = Colorize(Parent->ClEnder->end, Parent->bkcol);
  return true;
  // Really - 'Asm' in 'C'! You like it?
  __asm{
    mov ax, 4C00h /* C Comments in Asm code - it works! */
    int 21h
    // Without bugs!
  };
};

And look here - Html (*
<html>
<head>
<style><!--
  /* CSS includes - easy deed */
  h1, h2, h3 ,h4 {
    font-family: impact, arial, helvetica;
    font-size: 19pt;
  };
--></style>
</head>
<body BGColor="#000000" Text="#B5B5B5" LINK="#FFFFFF"
onload="window.defaultStatus='About Igor Ruskih/Cail Lomecb';LoadCash();">
<script language="JavaScript">
   <!--//
   // JavaScript in Html - it works! Really!
   // Have you ever saw it before?
   var roll = document.images != null;
   Anim = new Array(5);
   function InitAnim(name)
   {
     if (!roll) return;
     Anim[ANum] = new Array(6);
     Anim[ANum][0] = new Image();
     //...
</script>
*)
                                   s|And ($many)+ other features ...|foo|ig;